StvDEV

 Components

  Handlers

  Localization

  Scenarios

  Threads

  UI

  Buttons

  Dialogs

  Fields

  CheckboxField

  DropdownField

  Field

  KeyValueField

  IsFocused

  IsReadOnly

  Key

  KeyChanged

  KeyContentType

  KeyPlaceholder

  Value

  ValueContentType

  ValuePlaceholder

  TextField

  UIMenu

  UIMenuManager

  Trigger

 Drawing

 Extensions

 Inspector

 Patterns

 TextMeshPro

 Types

 Vibration

class KeyValueField

Key-Value pair string field.
AttributesAddComponentMenu("StvDEV/UI/Fields/KeyValue Field"), HelpURL("https://docs.stvdev.pro/StvDEV/Components/UI/Fields/KeyValueField/index.html")
VisibilityPublic
ExtendsField

Public properties

bool IsFocused
bool IsReadOnly
string KeyGets or sets field key.
UnityEvent<string> KeyChanged On field key changed.
TMP_InputField.ContentType KeyContentTypeGets or sets key content type.
string KeyPlaceholderGets or sets key placeholder.
string Value
TMP_InputField.ContentType ValueContentTypeGets or sets value content type.
string ValuePlaceholderGets or sets value placeholder.